{
	"name" : "XP Briefings",
	"description" : "Replaces briefings with XP info and XP Per Minute, adds XPM sort to Contract Broker, fixes Potential Experience",
	"author" : "Buurazu",
	"contact" : "Discord: Buurazu#8042",
	"version" : "2.2",
	"blt_version" : 2,
	"image" : "buurazu.png",
	"color" : "0.8 0 0",
	"updates": [{
		"identifier": "xp-briefings",
		"host": {
			"meta": "https://raw.githubusercontent.com/Buurazu/XP-Briefings/main/meta.json"
		}
	}],
	"hooks" : [
		{   
			"hook_id" : "lib/managers/localizationmanager",
			"script_path" : "XPbriefings.lua"
		},
		{   
			"hook_id" : "lib/managers/menu/contractbrokergui",
			"script_path" : "contractbrokerXPM.lua"
		},
		{   
			"hook_id" : "lib/tweak_data/narrativetweakdata",
			"script_path" : "fixedXPtweakdata.lua"
		},
		{   
			"hook_id" : "lib/managers/experiencemanager",
			"script_path" : "fixedXPexperiencemanager.lua"
		},
		{   
			"hook_id" : "lib/managers/menu/crimenetcontractgui",
			"script_path" : "fixedPoolPercentage.lua"
		},
		{   
			"hook_id" : "lib/managers/menu/ingamecontractgui",
			"script_path" : "fixedPoolPercentage.lua"
		},
		{   
			"hook_id" : "lib/managers/experiencemanager",
			"script_path" : "fixedPoolPercentage.lua"
		}
	]
}
